home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
Digsby build 37
/
digsby_setup.exe
/
lib
/
dns
/
ipv4.pyo
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2008-10-13
|
473 b
|
17 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
import socket
import sys
if sys.hexversion < 33751040 or sys.platform == 'win32':
def inet_aton(text):
if text == '255.255.255.255':
return '\xff\xff\xff\xff'
else:
return socket.inet_aton(text)
else:
inet_aton = socket.inet_aton
inet_ntoa = socket.inet_ntoa